API: css: Add GtkCssSection
authorBenjamin Otte <otte@redhat.com>
Fri, 17 Jun 2011 00:02:24 +0000 (02:02 +0200)
committerBenjamin Otte <otte@redhat.com>
Fri, 26 Aug 2011 14:26:27 +0000 (16:26 +0200)
commit00d14e35157d7512ec9892bcc5eebdc186ad52e3
treef6883587bb7116d7369db6b7c12a99c907a7693e
parentc8fdd5e847181997cf8f366a1d47bff53d0d7976
API: css: Add GtkCssSection

This struct keeps track of an area of text in a CSS file and uses it
when specifying information. Also, the cssprovider keeps track of
sections when parsing a file.
docs/reference/gtk/gtk3-sections.txt
gtk/Makefile.am
gtk/gtk.h
gtk/gtk.symbols
gtk/gtkcssprovider.c
gtk/gtkcsssection.c [new file with mode: 0644]
gtk/gtkcsssection.h [new file with mode: 0644]
gtk/gtkcsssectionprivate.h [new file with mode: 0644]